��<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script language="JavaScript"> <!-- var now var rsecond var rminute var rhour var degreeSecond var degreeMinute var degreeHour var rtimer var stepDegree=6 var stepDegreeHour=30 function checkTime() { if (document.all) { now=new Date() rsecond=now.getSeconds() rminute=now.getMinutes() rhour=now.getHours() if (rhour>=12) {rhour=rhour-12} spinIt() rtimer=setTimeout("checkTime()",200) } } function spinIt() { window.status=rhour secondObj.SetIdentity() minuteObj.SetIdentity() hourObj.SetIdentity() degreeSecond= 180+stepDegree*rsecond degreeMinute= 180+stepDegree*rminute degreeHour= 180+stepDegreeHour*rhour+ (Math.floor(stepDegree*rminute/12)) secondObj.Rotate(0,0,degreeSecond) minuteObj.Rotate(0,0,degreeMinute) hourObj.Rotate(0,0,degreeHour) } // - End of JavaScript - --> </script> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <style type="text/css"> body { background-image: url(../img/fon/fon_00001.jpg); } </style> </head> <body onload="checkTime()"> <DIV style="position:absolute;top:100px;left:140px"> <DIV style="position:absolute;top:0px;left:5px"> <img src="Clocks.gif" tppabs="http://webg.agava.ru/js/img01/bgclock.gif" width="224" height="226"> </DIV> <DIV style="position:absolute;top:0px;left:0px"> <OBJECT ID="secondObj" STYLE="width:100px;height:102px" CLASSID= "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6" width="14" height="14"> <PARAM NAME="HighQuality" VALUE="1"> <PARAM NAME="Line0001" VALUE="SetFillStyle(1)"> <PARAM NAME="Line0002" VALUE="SetLineColor(80,00,00)"> <PARAM NAME="Line0003" VALUE="SetFillColor(80,00,00)"> <PARAM NAME="Line0004" VALUE="Rect(0,0,1,55)"> </OBJECT> </DIV> <DIV style="position:absolute;top:0px;left:0px"> <OBJECT ID="minuteObj" STYLE="width:100px;height:102px" CLASSID= "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6" width="14" height="14"> <PARAM NAME="HighQuality" VALUE="1"> <PARAM NAME="Line0001" VALUE="SetFillStyle(1)"> <PARAM NAME="Line0002" VALUE="SetLineColor(50,50,50)"> <PARAM NAME="Line0003" VALUE="SetFillColor(50,50,50)"> <PARAM NAME="Line0004" VALUE="Rect(0,0,2,52)"> </OBJECT> </DIV> <DIV style="position:absolute;top:0px;left:0px"> <OBJECT ID="hourObj" STYLE="width:100px;height:102px" CLASSID= "CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6" width="14" height="14"> <PARAM NAME="HighQuality" VALUE="1"> <PARAM NAME="Line0001" VALUE="SetFillStyle(1)"> <PARAM NAME="Line0002" VALUE="SetLineColor(50,50,50)"> <PARAM NAME="Line0003" VALUE="SetFillColor(50,50,50)"> <PARAM NAME="Line0004" VALUE="Rect(0,0,4,40)"> </OBJECT> </DIV> </DIV> </body> </html>